home *** CD-ROM | disk | FTP | other *** search
- <*
- ** here are the macros to our example project
- *>
- <$macro ITS_ME><ADDRESS>Its Me(me@some.where)</ADDRESS></$macro>
- <$macro WEBPAGE>
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <* SGML header *>
- <html>
- <!-- this page was designed using hsc --> <* important comment *>
- </$macro>
- <*-------------------------------------*>
- <$macro /WEBPAGE>
- </body> <* closing BODY started in HEADING *>
- </html> <* closing HTML started in WEBPAGE *>
- </$macro>
- <*-------------------------------------*>
- <$macro HEADING TITLE:string>
- <head>
- <title> <* insert title and heading *>
- <$insert text=<TITLE>>
- </title>
- <h1>
- <$insert text=<TITLE>>
- </h1>
- </head>
- <body> <* BODY starts here, but ends in </WEBPAGE> *>
- </$macro>
- <*-------------------------------------*>
- <$macro FOOTLINE>
- <hr>
- Updated by <ITS_ME> at <$insert time>
- </$macro>
-